HelpPath{Create}CommandName{createTreeView}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, handle parent}CloseBrace{)}Description{Creates a treeview.  Treeviews show items in a tree-like structure.  Each item can have zero or more child items beneathed it, accessed via a small plus sign next to the item.  Each item has a piece of text, and optionally an icon associated with it.}ReturnDescription{Handle to the new gadget.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{}Param5Desc{}Param6{}Param6Desc{}Remarks{TreeViews do not use item indexes to reference their items like a listbox or combobox.  Instead when you add a new item its handle is returned.  The handle is used to manipulate the item.}Param7{parent}Param7Desc{Handle to the parent of the new gadget, or 0 for the main window}ExampleSource{}SeeAlso{}